python 調用shell命令的方法 在python程序中調用shell命令,是件很酷且常用的事情…… 1. os.system(command) 此函數會啟動子進程,在子進程中執行command,並返回command命令執行 ...